Package com.cisco.pt.ipc.sim
Interface WEPProcess
- All Known Subinterfaces:
WPAProcess
- All Known Implementing Classes:
WEPProcessImpl,WPAProcessImpl
Information provided by the PKI file:
\class WEPProcess
\brief WEPProcess handles and manipulates the WEP encryption process on wireless clients.
\example network().getDevice("PC0").getProcess("WirelessClient").getWepProcess()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:voidInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
setKey
Information provided by the PKI file:
\brief Sets the WEP key. \param key, the WEP key.- Parameters:
key- Takes in a parameter of key
-
getKey
String getKey()Information provided by the PKI file:
\brief Returns the WEP key. \return string, the WEP key.- Returns:
- String Returns a String
-
getUserId
String getUserId()Information provided by the PKI file:
\brief Returns the User Id. \return string, the User Id.- Returns:
- String Returns a String
-
getPasswd
String getPasswd()Information provided by the PKI file:
\brief Returns the Password. \return string, the password.- Returns:
- String Returns a String
-
setUserId
Information provided by the PKI file:
\brief Set User Id. \param userId, the User Id string.- Parameters:
userId- Takes in a parameter of userId
-
setPasswd
Information provided by the PKI file:
\brief Set password. \param pwd, the password string.- Parameters:
pwd- Takes in a parameter of pwd
-